GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / GetFormFieldFontProperties Method





In This Topic
GetFormFieldFontProperties Method (IGdPicturePDF)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(208)>
Function GetFormFieldFontProperties( _
   ByVal FieldId As Integer, _
   ByRef FontFamily As String, _
   ByRef FontStyle As TrueTypeFontStyle, _
   ByRef IsStdFont As Boolean _
) As GdPictureStatus
[DispId(208)]
GdPictureStatus GetFormFieldFontProperties( 
   int FieldId,
   ref string FontFamily,
   ref TrueTypeFontStyle FontStyle,
   ref bool IsStdFont
)
function GetFormFieldFontProperties( 
    FieldId: Integer;
   var  FontFamily: String;
   var  FontStyle: TrueTypeFontStyle;
   var  IsStdFont: Boolean
): GdPictureStatus; 
DispIdAttribute(208)
function GetFormFieldFontProperties( 
   FieldId : int,
   FontFamily : String,
   FontStyle : TrueTypeFontStyle,
   IsStdFont : boolean
) : GdPictureStatus;
[DispId(208)]
GdPictureStatus GetFormFieldFontProperties( 
   int FieldId,
   ref string* FontFamily,
   ref TrueTypeFontStyle FontStyle,
   ref bool IsStdFont
) 
[DispId(208)]
GdPictureStatus GetFormFieldFontProperties( 
   int FieldId,
   String^% FontFamily,
   TrueTypeFontStyle% FontStyle,
   bool% IsStdFont
) 

Parameters

FieldId
FontFamily
FontStyle
IsStdFont
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members